ComponentOne ASP.NET MVC Controls
IsReadOnly Method (GaugeBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : IsReadOnly Method
The value.
Configurates C1.Web.Mvc.Gauge.IsReadOnly. Sets or whether the user can edit the value using the mouse and the keyboard.
Syntax
'Declaration
 
Public Function IsReadOnly( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder IsReadOnly( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members